html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
select,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%
}

ol,
ul {
	list-style: none
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

@font-face {
	font-family: 'hltp';
	src: url('font/hnltpm.woff') format('woff');
	font-display: swap;
}

.tal {
	text-align: left
}

.tac {
	text-align: center
}

.tar {
	text-align: right
}

.bc {
	margin-left: auto;
	margin-right: auto
}

.fl,
.fr {
	display: inline
}

.fl {
	float: left
}

.fr {
	float: right
}

.cb {
	clear: both
}

.cl {
	clear: left
}

.cr {
	clear: right
}

.clearfix {
	overflow: hidden;
	zoom: 1
}

.hide {
	visibility: hidden
}

.none {
	display: none
}

:root {
	--color-gray: #515151;
	--color-blue: #003888
}

html {
	font-size: 625%
}

body {
	font: 14px/1.6 "Microsoft YaHei", sans-serif;
	color: #000;
	background: #f0f1f2
}

a {
	color: #000
}

.en,
.footer .whiteTit p,
.achievement .item .info p,
.blueTit p,
.bigLm p,
.nav div p {
	font-family: "hltp"
}

.desc {
	font-size: 14px
}

.logo {
	width: 100%
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden
}

.banner .rollPrev,
.banner .rollNext {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 50px;
	z-index: 5;
	background: #fff;
	border-radius: 50%;
	cursor: pointer
}

.banner .rollPrev::before,
.banner .rollNext::before {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%) rotate(45deg)
}

.banner .swiper-slide img {
	max-width: none;
	width: 100%;
}

.banner .rollPrev {
	right: 195px
}

.banner .rollNext {
	right: 125px;
	transform: rotate(180deg)
}

.m_nav {
	display: none
}

.nav {
	position: absolute;
	top: 0;
	right: 100px;
	z-index: 10;
	display: flex
}

.nav div {
	padding: 5px 20px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 30px;
	text-align: center;
	transition: background .3s
}

.nav div:hover {
	background: rgba(0, 0, 0, .8)
}

/* .nav .current-menu-item {
	background: #000
} */
.nav div a {
	color: #fff
}

.nav div a:hover {
	text-decoration: none
}

.nav div p {
	font-size: 14px
}

.blurDom {
	background: #f6f7fa;
	padding-bottom: 90px;
	margin-bottom: 80px
}

.bigLm {
	text-align: center;
	padding: 90px 0 20px;
	font-size: 60px;
	font-weight: bold
}

.bigLm p {
	font-size: 20px
}

.blueTit {
	width: 1600px;
	margin: 0 auto;
	font-size: 36px;
	color: var(--color-blue);
	margin-bottom: 40px
}

.blueTit a {
	color: var(--color-blue);
	text-decoration: none
}

.blueTit p {
	font-size: 14px
}

.blueTit .grayTit {
	padding-top: 30px;
	font-size: 18px;
	color: var(--color-gray)
}

.blueTit .grayTit a {
	color: var(--color-gray)
}

.data {
	width: 100%;
	display: flex;
	justify-content: space-evenly
}

.data div {
	width: 30%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 20px;
	border-radius: 30px;
	padding: 80px 0 20px;
	text-align: center
}

.data div:nth-child(1) {
	background-image: url("img/icon1.jpg")
}

.data div:nth-child(2) {
	background-image: url("img/icon2.jpg")
}

.data div:nth-child(3) {
	background-image: url("img/icon3.jpg")
}

.data div .number {
	font-size: 66px;
	font-weight: bold
}

.data div .info {
	font-size: 20px
}

.about {
	width: 1600px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between
}

.about_left {
	width: 1030px;
	padding-bottom: 60px;
	position: relative
}

.about_left .pic img {
	width: 100%
}

.about_left .pic a:hover {
	color: var(--color-blue);
	text-decoration: none;
}

.about_left .pic a:hover h2 {
	color: var(--color-blue);
	text-decoration: none;
}

.about_left h2 {
	font-size: 30px;
	font-weight: normal;
	color: var(--color-gray);
	padding: 30px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #c9c9ca
}

.about_left h2 a {
	color: var(--color-gray)
}

.about_right {
	width: 495px;
	padding-bottom: 60px;
	position: relative
}

.about_right dl {
	color: var(--color-gray);
	margin-bottom: 40px
}

.about_right dl a {
	color: var(--color-gray);
	text-decoration: none;
}

.about_right dl:hover {
	color: var(--color-blue)
}

.about_right dl:hover a {
	color: var(--color-blue)
}

.about_right dt {
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c9c9ca
}

.about_right dd {
	font-size: 14px
}

.about h3 {
	font-size: 30px;
	color: var(--color-blue);
	padding-bottom: 20px;
	font-weight: normal
}

.about .more {
	position: absolute;
	bottom: 0;
	right: 0
}

.more {
	display: inline-block;
	font-size: 18px;
	line-height: 45px;
	height: 45px;
	border-radius: 22px;
	background: rgba(0, 56, 136, .5);
	color: #fff;
	padding: 0 35px;
	transition: all .3s
}

.more:hover {
	background: #003888
}

.more a {
	color: #fff
}

.achievement {
	width: 1600px;
	margin: 0 auto 60px;
	display: flex;
	row-gap: 75px;
	flex-wrap: wrap;
	justify-content: space-between
}

.achievement .item {
	width: 735px;
	background: #555;
	transition: background .3s
}

.achievement .item:hover {
	background: #000
}

.achievement .item a {
	display: flex;
	align-items: center
}

.achievement .item img {
	width: 475px;
	flex-shrink: 0
}

.achievement .item .info {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 44px;
	color: #fff;
	text-align: center
}

.achievement .item .info p {
	font-size: 18px
}

.scene_menu {
	width: 1000px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative
}

.scene_menu::after {
	content: "";
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: -1
}

.scene_menu p {
	background: #f0f1f2;
	padding: 0 50px;
	font-size: 50px;
	font-weight: bold;
	cursor: pointer
}

.scene_menu p.cur {
	color: var(--color-blue)
}

.scene_menu p.cur a {
	color: var(--color-blue)
}

.scene_main {
	width: 1150px;
	margin: 0 auto 80px;
	zoom: 1;
	overflow: hidden
}

.scene_one {
	display: none
}

.scene_one:nth-child(1) {
	display: block
}

.scene_one h2 {
	font-size: 30px;
	color: var(--color-gray);
	padding: 30px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #c9c9ca
}

.scene_one h2 a {
	color: var(--color-gray)
}

.scene_one .more {
	float: right;
	margin-top: 20px
}

.scene_roll {
	position: relative;
	overflow: hidden;
	padding-bottom: 80px
}

.scene_roll .swiper-slide {
	background: #000
}

.scene_roll .swiper-slide a {
	display: flex
}

.scene_roll .swiper-slide img {
	width: 800px;
	height: 500px
}

.scene_roll .swiper-slide .info {
	width: 100%;
	background-image: url(img/tlbg.png);
	box-sizing: border-box;
	padding: 110px 60px 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end
}

.scene_roll .swiper-slide .title {
	width: 100%;
	font-size: 22px;
	color: #fff
}

.scene_roll .swiper-slide .enter {
	display: inline-block;
	background: #fff;
	font-size: 18px;
	color: var(--color-blue);
	padding: 0 10px
}

.scene_roll .pag {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 10px
}

.scene_roll .pag .swiper-pagination-bullet {
	background: var(--color-gray);
	display: inline-block;
	width: 15px;
	height: 6px;
	border-radius: 3px
}

.scene_roll .pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-blue)
}

.footer {
	box-sizing: border-box;
	background: #000;
	padding: 100px 0 0;
	color: #fff
}

.footer a {
	color: #fff
}

.footer .whiteTit {
	box-sizing: border-box;
	width: 1630px;
	margin: 0 auto;
	font-size: 36px;
	color: #fff;
	margin-bottom: 50px
}

.footer .whiteTit a {
	color: #fff;
	text-decoration: none
}

.footer .whiteTit p {
	font-size: 14px
}

.footer_main {
	margin: 0 auto;
	box-sizing: border-box;
	width: 1630px;
	display: flex;
	justify-content: space-between
}

.footer_left {
	width: 660px;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	gap: 50px
}

.footer_left img {
	width: 395px
}

.footer_left div {
	padding-top: 100px;
	font-size: 24px
}

.footer_left div p {
	font-size: 16px
}

.footer_right {
	width: 800px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px
}

.footer_right div {
	width: 230px;
	height: 74px;
	font-size: 22px;
	line-height: 74px;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 37px
}

.footer_right div.blue {
	background: var(--color-blue);
	border: 0
}

.footer_bottom {
	background: #0e1419;
	padding: 30px 150px;
	display: flex;
	justify-content: space-between;
	opacity: .3
}

.goBack {
	width: 1630px;
	margin: 35px auto 0;
}

.goBack p {
	display: inline-block;
	background: #003888;
	color: #fff;
	padding: 0 20px;
	font-size: 20px;
	line-height: 38px;
	border-radius: 13px;
	border: 2px solid #3568C0;
}

.goBack p a {
	color: #fff;
}

.ach_top {
	width: 1630px;
	margin: 60px auto 20px;
	display: flex;
	justify-content: space-between
}

.ach_top .blueTit {
	width: auto;
	margin: 0
}

.ach_Menu {
	width: 580px;
	height: 45px;
	position: relative
}

.ach_Menu p {
	width: 170px;
	height: 45px;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	color: #1550b6;
	border: 1px solid #1550b6;
	background-color: #f0f1f2;
	border-radius: 22px;
	position: absolute;
	top: 0;
	transition: all .3s;
	cursor: pointer
}

.ach_Menu p a {
	color: #1550b6
}

.ach_Menu p.cur {
	background-color: #1550b6;
	color: #fff;
	z-index: 20 !important
}

.ach_Menu p:nth-child(1) {
	left: 0;
	z-index: 12
}

.ach_Menu p:nth-child(2) {
	left: 135px;
	z-index: 9
}

.ach_Menu p:nth-child(3) {
	left: 270px;
	z-index: 6
}

.ach_Menu p:nth-child(4) {
	left: 405px
}

.ach_cont {
	width: 1630px;
	margin: 0 auto 100px
}

.ach_one {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: none;
	padding-bottom: 50px
}

.ach_one:nth-child(1) {
	display: block
}

.ach_one .picNews {
	width: 100%;
	border-radius: 40px;
	text-align: center;
}

.ach_one .picCont {
	width: 1240px;
	margin: 0 auto;
	color: var(--color-gray)
}

.ach_one .picCont a {
	color: var(--color-gray)
}

.ach_one .picCont h2 {
	font-size: 30px;
	font-weight: normal;
	padding: 40px 0 20px;
	border-bottom: 1px solid #bebebe;
	margin-bottom: 20px;
	text-align: center
}

.ach_one .picCont .desc {
	font-size: 24px;
	line-height: 2.8;
	font-weight: lighter
}

.ach_one .picCont p {
	text-indent: 2em;
}

.ach_one .pag {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 10px
}

.ach_one .pag .swiper-pagination-bullet {
	background: var(--color-gray);
	display: inline-block;
	width: 15px;
	height: 6px;
	border-radius: 3px
}

.ach_one .pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-blue)
}

.ach_list {
	width: 1630px;
	margin: 0 auto 100px
}

.ach_list .item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #fff;
	box-sizing: border-box;
	padding: 50px 30px;
	transition: background .3s
}

.ach_list .item:hover {
	background: rgba(0, 0, 0, 0)
}

.ach_list .item:hover .txtMore {
	background: var(--color-blue)
}

.ach_list .item:hover .txtMore a {
	color: #fff
}

.ach_list .date {
	width: 145px;
	box-sizing: border-box;
	padding-right: 45px;
	font-size: 16px;
	color: #676767;
	position: relative
}

.ach_list .date::after {
	content: "";
	position: absolute;
	right: 0;
	top: 20px;
	width: 25px;
	height: 6px;
	background: var(--color-blue)
}

.ach_list .date span {
	display: block;
	font-size: 32px;
	font-weight: bold
}

.ach_list .txtPic {
	width: 300px;
	height: 200px
}

.ach_list .txtPic img {
	width: 100%;
	height: 100%
}

.ach_list .txtInfo {
	width: 745px;
	color: #4d4d4d
}

.ach_list .txtInfo a {
	color: #4d4d4d
}

.ach_list .txtInfo h3 {
	font-size: 24px;
	font-weight: normal
}

.ach_list .txtInfo .time {
	font-size: 14px;
	color: #141414;
	margin-bottom: 15px;
	background: url(img/time.png) no-repeat 0 50%/auto 60%;
	padding-left: 20px;
	margin-top: 6px
}

.ach_list .txtInfo .desc {
	font-size: 16px
}

.ach_list .txtMore {
	display: inline-block;
	padding: 0 15px;
	font-size: 20px;
	line-height: 50px;
	border-radius: 25px;
	border: 1px solid #606060;
	align-self: center;
	transition: all .3s
}

.ach_list .txtMore a {
	color: #606060
}

.browse_top {
	width: 1630px;
	margin: 120px auto 20px;
	display: flex;
	justify-content: space-between
}

.browse_top .blueTit {
	width: auto;
	margin: 0
}

.browse_Menu {
	width: 300px;
	height: 45px;
	position: relative
}

.browse_Menu p {
	width: 170px;
	height: 45px;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	color: #1550b6;
	border: 1px solid #1550b6;
	background-color: #f0f1f2;
	border-radius: 22px;
	position: absolute;
	top: 0;
	transition: all .3s;
	cursor: pointer
}

.browse_Menu p.cur {
	background-color: #1550b6;
	color: #fff;
	z-index: 20 !important
}

.browse_Menu p:nth-child(1) {
	left: 0;
	z-index: 12
}

.browse_Menu p:nth-child(2) {
	left: 135px;
	z-index: 9
}

.browse_cont {
	width: 1630px;
	margin: 20px auto 20px
}

.browse_one {
	width: 100%;
	display: none
}

.browse_one:nth-child(1) {
	display: block
}

.browse_topNews {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px
}

.browse_topNews .topPic {
	width: 1000px;
	font-size: 30px;
	color: #666;
	text-align: center;
	flex-shrink: 0
}

.browse_topNews .topPic img {
	width: 1000px;
	margin-bottom: 10px
}

.browse_topNews .topPic a {
	color: #666
}

.browse_topNews .txtWall {
	width: 100%;
	height: 600px;
	background: #f6f8f7;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end
}

.browse_topNews .txtWall .txt1 {
	color: var(--color-blue);
	font-size: 106px;
	line-height: 1em;
	font-weight: bold
}

.browse_topNews .txtWall .txt1 p {
	font-size: 60px;
	font-weight: normal
}

.browse_topNews .txtWall .txt2 {
	font-size: 144px;
	line-height: 1em;
	font-weight: bold;
	color: #eaeceb
}

.browse_list {
	width: 1630px;
	margin: 50px auto 100px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 35px;
	row-gap: 60px
}

.browse_list div {
	width: calc(50% - 17.5px);
	text-align: center;
	font-size: 30px;
	color: #666
}

.browse_list div img {
	width: 100%;
	margin-bottom: 10px
}

.browse_list div a {
	color: #666
}

.content {
	width: 1350px;
	margin: 60px auto 100px
}

.content h1 {
	font-size: 36px;
	color: var(--color-gray);
	font-weight: normal
}

.content .time {
	font-size: 25px;
	color: #909191;
	margin: 10px 0 50px;
	background: url(img/time.png) no-repeat 0 50%/auto 60%;
	padding-left: 40px
}

.content .main img {
	max-width: 100%;
}

.content .main p,
section {
	font-size: 24px;
	line-height: 2em;
	color: var(--color-gray);
	padding-bottom: 30px;
	text-indent: 2em;
}

.content .main p:has(.aligncenter) {
	text-align: center;
}

.wp-video {
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 312.5%
	}

	body {
		font: .3rem/1.5 "Microsoft YaHei", sans-serif
	}

	.banner .rollPrev,
	.banner .rollNext {
		width: .5rem;
		height: .5rem;
		bottom: .3rem
	}

	.banner .rollPrev::before,
	.banner .rollNext::before {
		content: "";
		width: .1rem;
		height: .1rem
	}

	.banner .rollPrev {
		right: 1.15rem
	}

	.banner .rollNext {
		right: .45rem
	}

	.nav {
		display: none
	}

	.blurDom {
		padding-bottom: .9rem;
		margin-bottom: .8rem
	}

	.bigLm {
		padding: .6rem 0 .3rem;
		font-size: .6rem
	}

	.bigLm p {
		font-size: .3rem
	}

	.blueTit {
		width: 100vw;
		font-size: .6rem;
		color: var(--color-blue);
		box-sizing: border-box;
		padding: 0 .3rem;
		margin-bottom: .4rem
	}

	.blueTit p {
		font-size: .4rem
	}

	.blueTit .grayTit {
		padding-top: .3rem;
		font-size: .3rem
	}

	.data {
		margin-top: .4rem;
		flex-direction: column;
		box-sizing: border-box;
		padding: 0 .3rem;
		gap: .3rem
	}

	.data div {
		width: 100%;
		padding: 1.2rem 0 .2rem;
		background-size: 40%
	}

	.data div:nth-child(1) {
		background-size: 12%
	}

	.data div:nth-child(2) {
		background-size: 10%
	}

	.data div:nth-child(3) {
		background-size: 9%
	}

	.data div .number {
		font-size: .6rem
	}

	.data div .info {
		font-size: .3rem
	}

	.about {
		width: 100%;
		box-sizing: border-box;
		padding: 0 .3rem;
		margin: 0 auto .8rem;
		display: block
	}

	.about_left {
		width: 100%;
		padding-bottom: 0
	}

	.about_left .pic img {
		width: 100%
	}

	.about_left h2 {
		font-size: .45rem;
		padding: .3rem 0;
		margin-bottom: .3rem
	}

	.about_left h2 a {
		color: var(--color-gray)
	}

	.about_right {
		width: 100%;
		padding-bottom: 0
	}

	.about_right dl {
		color: var(--color-gray);
		margin-bottom: .4rem
	}

	.about_right dl a {
		color: var(--color-gray)
	}

	.about_right dl:nth-of-type(1) dt {
		color: var(--color-blue)
	}

	.about_right dl:nth-of-type(1) dt a {
		color: var(--color-blue)
	}

	.about_right dt {
		font-size: .45rem;
		padding-bottom: .2rem;
		margin-bottom: .2rem
	}

	.about_right dd {
		font-size: .3rem
	}

	.about h3 {
		font-size: .45rem;
		padding-bottom: .2rem
	}

	.about .more {
		position: relative;
		bottom: auto;
		right: auto;
		margin: .3rem auto
	}

	.more {
		width: 40vw;
		display: block;
		font-size: .3rem;
		line-height: .8rem;
		height: .8rem;
		border-radius: .22rem;
		background: #003888;
		padding: 0;
		text-align: center;
		cursor: pointer
	}

	.more a {
		color: #fff
	}

	.achievement {
		width: 100%;
		box-sizing: border-box;
		padding: 0 .3rem;
		margin: 0 auto .6rem;
		display: block
	}

	.achievement .item {
		width: 100%;
		margin-bottom: .3rem
	}

	.achievement .item a {
		display: block
	}

	.achievement .item img {
		width: 100%
	}

	.achievement .item .info {
		width: 100%;
		box-sizing: border-box;
		padding: .1rem;
		font-size: .44rem;
		color: #fff
	}

	.achievement .item .info p {
		font-size: .3rem
	}

	.scene_menu {
		width: 100%;
		margin: 0 auto .3rem
	}

	.scene_menu p {
		padding: 0 .5rem;
		font-size: .5rem
	}

	.scene_menu p.cur {
		color: var(--color-blue)
	}

	.scene_menu p.cur a {
		color: var(--color-blue)
	}

	.scene_main {
		width: 100%;
		margin: 0 auto .6rem
	}

	.scene_one {
		display: none
	}

	.scene_one:nth-child(1) {
		display: block
	}

	.scene_one h2 {
		font-size: .4rem;
		padding: .3rem;
		margin-bottom: 0
	}

	.scene_one h2 a {
		color: var(--color-gray)
	}

	.scene_one .desc {
		padding: .3rem
	}

	.scene_one .more {
		float: none;
		margin: 20px auto 0
	}

	.scene_roll {
		position: relative;
		overflow: hidden;
		padding-bottom: .8rem
	}

	.scene_roll .swiper-slide {
		background: #000
	}

	.scene_roll .swiper-slide a {
		display: flex;
		flex-direction: column
	}

	.scene_roll .swiper-slide img {
		width: 100%;
		height: auto
	}

	.scene_roll .swiper-slide .info {
		width: 100%;
		box-sizing: border-box;
		padding: .4rem .3rem
	}

	.scene_roll .swiper-slide .title {
		font-size: .3rem
	}

	.scene_roll .swiper-slide .enter {
		display: none
	}

	.scene_roll .pag {
		position: absolute;
		bottom: .2rem;
		left: 0;
		right: 0;
		display: flex;
		justify-content: center;
		gap: 10px
	}

	.scene_roll .pag .swiper-pagination-bullet {
		width: .3rem;
		height: .1rem
	}

	.footer {
		box-sizing: border-box;
		background: #000;
		padding: 1rem .3rem 0;
		color: #fff
	}

	.footer a {
		color: #fff
	}

	.footer .whiteTit {
		width: 100%;
		padding: 0;
		font-size: .36rem;
		margin-bottom: .5rem
	}

	.footer .whiteTit a {
		color: #fff;
		text-decoration: none
	}

	.footer .whiteTit p {
		font-size: 14px
	}

	.footer_main {
		width: 100%;
		padding: 0;
		display: block
	}

	.footer_left {
		width: 100%;
		padding: .3rem 0 .6rem;
		display: block
	}

	.footer_left img {
		width: 100%
	}

	.footer_left div {
		padding-top: .2rem;
		font-size: .28rem
	}

	.footer_left div p {
		font-size: .28rem
	}

	.footer_right {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		column-gap: .2rem;
		row-gap: .6rem
	}

	.footer_right div {
		width: calc(50% - .1rem);
		height: 1rem;
		font-size: .28rem;
		line-height: 1rem
	}

	.footer_bottom {
		background: #0e1419;
		padding: .3rem;
		display: block;
		opacity: .3
	}

	.footer_bottom p {
		padding: .2rem 0
	}

	.footer_bottom p:last-child {
		display: none
	}

	.goBack {
		width: 100%;
		margin: .35rem auto 0;
		box-sizing: border-box;
		padding: 0 .3rem;
	}

	.goBack p {
		padding: 0 .2rem;
		font-size: .36rem;
		line-height: 2.4;
		border-radius: .3rem;
	}

	.ach_top {
		width: 100%;
		box-sizing: border-box;
		padding: 0 .3rem;
		margin: .5rem 0;
		display: block
	}

	.ach_top .blueTit {
		width: auto;
		margin: 0;
		padding: 0
	}

	.ach_Menu {
		width: 100%;
		height: .5rem;
		display: flex;
		gap: .2rem;
		margin-top: .4rem
	}

	.ach_Menu p {
		height: .5rem;
		font-size: .3rem;
		line-height: .5rem;
		border-radius: .25rem;
		position: relative
	}

	.ach_Menu p:nth-child(1) {
		left: auto
	}

	.ach_Menu p:nth-child(2) {
		left: auto
	}

	.ach_Menu p:nth-child(3) {
		left: auto
	}

	.ach_Menu p:nth-child(4) {
		left: auto
	}

	.ach_cont {
		width: 100%;
		box-sizing: border-box;
		padding: 0 .3rem;
		margin: 0 auto .8rem
	}

	.ach_one {
		width: 100%;
		overflow: hidden;
		position: relative;
		display: none;
		padding-bottom: .8rem
	}

	.ach_one:nth-child(1) {
		display: block
	}

	.ach_one .picNews {
		width: 100%;
		border-radius: .4rem
	}

	.ach_one .picCont {
		width: 100%;
		margin: 0
	}

	.ach_one .picCont h2 {
		font-size: .4rem;
		padding: .4rem 0 .2rem;
		margin-bottom: .2rem;
		text-align: left
	}

	.ach_one .picCont .desc {
		font-size: .28rem;
		line-height: 1.8
	}

	.ach_one .pag {
		position: absolute;
		bottom: .2rem;
		left: 0;
		right: 0;
		display: flex;
		justify-content: center;
		gap: 10px
	}

	.ach_one .pag .swiper-pagination-bullet {
		width: .3rem;
		height: .1rem
	}

	.ach_list {
		width: 100%;
		margin: 0 auto 1rem
	}

	.ach_list .item {
		padding: .5rem .3rem;
		flex-direction: column;
		gap: .3rem
	}

	.ach_list .date {
		display: none
	}

	.ach_list .txtPic {
		width: 100%;
		height: auto
	}

	.ach_list .txtPic img {
		width: 100%;
		height: 100%
	}

	.ach_list .txtInfo {
		width: 100%
	}

	.ach_list .txtInfo h3 {
		font-size: .32rem;
		padding: 0 0 .1rem
	}

	.ach_list .txtInfo .time {
		font-size: .24rem;
		margin-bottom: .2rem
	}

	.ach_list .txtInfo .desc {
		font-size: .28rem
	}

	.ach_list .txtMore {
		padding: 0 .4rem;
		font-size: .28rem;
		line-height: .8rem;
		border-radius: .25rem;
		background: var(--color-blue);
		color: #fff
	}

	.ach_list .txtMore a {
		color: #fff
	}

	.browse_top {
		width: 100%;
		box-sizing: border-box;
		padding: 0 .3rem;
		margin: .6rem 0 .2rem;
		display: block
	}

	.browse_top .blueTit {
		width: auto;
		margin: 0
	}

	.browse_Menu {
		width: 100%;
		height: .5rem;
		display: flex;
		gap: .2rem;
		margin-top: .4rem
	}

	.browse_Menu p {
		height: .5rem;
		font-size: .3rem;
		line-height: .5rem;
		border-radius: .25rem;
		position: relative
	}

	.browse_Menu p:nth-child(1) {
		left: auto
	}

	.browse_Menu p:nth-child(2) {
		left: auto
	}

	.browse_cont {
		width: 100%;
		box-sizing: border-box;
		padding: 0 .3rem;
		margin: .2rem 0
	}

	.browse_one {
		width: 100%;
		display: none
	}

	.browse_one:nth-child(1) {
		display: block
	}

	.browse_topNews {
		display: block
	}

	.browse_topNews .topPic {
		width: 100%;
		font-size: .3rem
	}

	.browse_topNews .topPic img {
		margin-bottom: .2rem
	}

	.browse_topNews .txtWall {
		display: none
	}

	.browse_list {
		width: 100%;
		margin: .3rem 0 .6rem;
		display: block
	}

	.browse_list div {
		width: 100%;
		font-size: .3rem;
		padding-bottom: .3rem
	}

	.browse_list div img {
		width: 100%;
		margin-bottom: .2rem
	}

	.content {
		width: 100%;
		box-sizing: border-box;
		padding: 0 .3rem;
		margin: .6rem auto 1rem
	}

	.content h1 {
		font-size: .46rem;
	}

	.content .time {
		font-size: .3rem;
		margin: .2rem 0 .5rem;
		background: url(img/time.png) no-repeat 0 50%/auto 60%;
		padding-left: .4rem
	}

	.content .main img {
		width: 100%
	}

	.content .main p {
		font-size: .36rem;
		padding-bottom: .3rem
	}

	.m_nav {
		position: absolute;
		height: .1rem;
		top: 100%;
		left: 0;
		z-index: 10;
		display: flex;
		flex-direction: column
	}

	.m_nav--wrap {
		width: 100%;
		position: sticky;
		left: 0;
		top: 0;
		background: rgba(0, 55, 137, .8);
		box-sizing: border-box;
		padding: .2rem 0 .2rem .3rem;
		z-index: 20
	}

	.m_nav--wrap .nav_btn {
		width: .5rem;
		height: .5rem;
		background: url(img/open.png) no-repeat 0 0/100% 100%;
		transition: background .3s
	}

	.m_nav--wrap .nav_btn.close {
		background: url(img/close.png) no-repeat 0 0/100% 100%
	}

	.m_nav.show div {
		left: 0
	}

	.m_nav.show div:nth-child(1) {
		transition-delay: 0s
	}

	.m_nav.show div:nth-child(2) {
		transition-delay: .1s
	}

	.m_nav.show div:nth-child(3) {
		transition-delay: .2s
	}

	.m_nav.show div:nth-child(4) {
		transition-delay: .3s
	}

	.m_nav.show div:nth-child(5) {
		transition-delay: .4s
	}

	.m_nav.show div:nth-child(6) {
		transition-delay: .5s
	}

	.m_nav.show div:nth-child(7) {
		transition-delay: .6s
	}

	.m_nav.show div:nth-child(8) {
		transition-delay: .7s
	}

	.m_nav div {
		padding: .5rem .2rem;
		background: rgba(0, 0, 0, .8);
		color: #fff;
		font-size: .28rem;
		position: relative;
		left: -100%;
		transition: left .3s
	}

	.m_nav div:nth-child(8) {
		transition-delay: 0s
	}

	.m_nav div:nth-child(7) {
		transition-delay: .1s
	}

	.m_nav div:nth-child(6) {
		transition-delay: .2s
	}

	.m_nav div:nth-child(5) {
		transition-delay: .3s
	}

	.m_nav div:nth-child(4) {
		transition-delay: .4s
	}

	.m_nav div:nth-child(3) {
		transition-delay: .5s
	}

	.m_nav div:nth-child(2) {
		transition-delay: .6s
	}

	.m_nav div:nth-child(1) {
		transition-delay: .7s
	}

	.m_nav div a {
		color: #fff
	}

	.m_nav div p {
		font-size: .24rem
	}
}